Typo fix.
authorrobertl <robertl>
Fri, 19 Jan 2007 16:23:53 +0000 (16:23 +0000)
committerrobertl <robertl>
Fri, 19 Jan 2007 16:23:53 +0000 (16:23 +0000)
csv_util.c

index 9b85b005c0762154324832103b2f6d0586cda11c..ceb4c5f8ac01cf17f289c6fd9270f85d2cbb7fe3 100644 (file)
@@ -1011,7 +1011,7 @@ xcsv_data_read(void)
        /* Whack trailing space; leading space may matter if our field sep
         * is whitespace and we have leading whitespace. 
         */
-        buff = rtrim(buff);
+        rtrim(buff);
 
         /* skip over x many lines on the top for the prologue... */
         if ((xcsv_file.prologue_lines) && ((linecount - 1) <